home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DriveRescue / setup.exe / {app} / rescue.exe / 0 / RCDATA / TVIEWERDIALOG / TVIEWERDIALOG.txt
Text File  |  2002-06-30  |  1KB  |  63 lines

  1. object ViewerDialog: TViewerDialog
  2.   Left = 83
  3.   Top = 166
  4.   Width = 696
  5.   Height = 532
  6.   Caption = 'View'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Notebook1: TNotebook
  21.     Left = 0
  22.     Top = 0
  23.     Width = 688
  24.     Height = 505
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object TPage
  28.       Left = 0
  29.       Top = 0
  30.       Caption = 'text'
  31.       object RichEdit1: TRichEdit
  32.         Left = 0
  33.         Top = 0
  34.         Width = 688
  35.         Height = 505
  36.         Align = alClient
  37.         ReadOnly = True
  38.         ScrollBars = ssBoth
  39.         TabOrder = 0
  40.       end
  41.     end
  42.     object TPage
  43.       Left = 0
  44.       Top = 0
  45.       Caption = 'hex'
  46.       object Hexdump1: THexDump
  47.         Left = 0
  48.         Top = 0
  49.         Width = 688
  50.         Height = 505
  51.         Align = alClient
  52.         Border = bsSingle
  53.         Font.Charset = DEFAULT_CHARSET
  54.         Font.Color = clWindowText
  55.         Font.Height = -11
  56.         Font.Name = 'FixedSys'
  57.         Font.Style = []
  58.         TabOrder = 0
  59.       end
  60.     end
  61.   end
  62. end
  63.